e362f2
@@ -27,7 +27,7 @@
     ReflectionStructObjectInspector {
 
   public boolean shouldIgnoreField(String name) {
-    return "__isset".equals(name);
+    return name.startsWith("__isset");
   }
   
 }
